ComponentOne ASP.NET MVC Controls
ShowTotal Method

C1.Web.Mvc.Fluent Namespace > WaterfallBuilder<T> Class : ShowTotal Method
The value.
Configurates C1.Web.Mvc.Waterfall<T>.ShowTotal. Sets a value that determines whether the show the total bar.
Syntax
'Declaration
 
Public Function ShowTotal( _
   ByVal value As Boolean _
) As WaterfallBuilder(Of T)
public WaterfallBuilder<T> ShowTotal( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

WaterfallBuilder<T> Class
WaterfallBuilder<T> Members